# Multimedia application ***Copyright © Quectel Wireless Solutions Co., Ltd. 2026. All rights reserved.*** --- This chapter introduces the audio and video playback methods of the **Quectel Pi H1** single-board computer. # Preparations 1. Please refer to [Display configuration](<../Display configuration/Display configuration.md>) chapter to connect the display screen. 2. Please refer to [Audio configuration](<../Audio configuration/Audio configuration.md>) chapter to connect speakers or headphones. # Audio playback If the **VLC** media player is pre-installed in the **Debian** system, you can follow these steps to play audio files: 1. Open the **VLC** player. ```{image} images/image_BhBPbokvRo7tMWx9KTtc48IHnBg.webp :width: 1687px :height: 947px ``` 2. Click **Media** in the upper left corner of the player. ```{image} images/image_CErXbfwiLo7tYOx8tVrcxOkcnqf.webp :width: 1291px :height: 769px ``` 3. Find the audio file and double-click to play it. ```{image} images/image_ZJJ3b1sjBohNyzxLcy6cRX40nob.webp :width: 1202px :height: 880px ``` # Video playback If the **VLC** media player is pre-installed in the **Debian** system, open the file manager and double-click a video file to play it directly. 1. Click the corresponding icons sequentially as shown in the figure to enter the file manager. ```{image} images/image_FFCjbTZFko7tqExnNV0cYGPFnWc.webp :width: 1399px :height: 787px ``` 2. Find the video file and double-click to play it. ```{image} images/image_QWoAbtVISoqbOHx7IUicLoJQnjc.webp :width: 904px :height: 563px ``` # Command-Line playback 1. **Dragon player** is the default media player in the **Debian** system. If **Dragon player** is not installed, you can execute the following command to install it: ```bash sudo apt update ``` 2. If a prompt appears, please enter your password and wait for the installation to complete. After installing **Dragon player**, you can use the following command to open the video: ```bash dragon /path/to/video/file ``` 3. Replace **"/path/to/video/file"** with the actual path and file name of the video to be played. For example, if your video is located in the **Videos** folder of the home directory and named **"myvideo. mp4"**, the command would be as follows: ```bash dragon ~/Videos/myvideo.mp4 ``` **Dragon player** can decode all video formats supported by the **FFmpeg** library, including mainstream formats such as **MP4**, **AVI**, **MKV**, **WMV**, **FLV**, and **MOV**.